###############################################
# Xenomorph Situations
# Situation shells for the Voidbrood and Draconic paths.
###############################################

situation_xenomorph_voidbrood_adaptation = {
	picture = GFX_evt_space_amoeba
	category = positive
	start_value = 0
	complete_value = 10
	monthly_progress = {
		base = 0
	}
	stages = {
		stage_1 = { icon = GFX_situation_stage_1 end = 3 }
		stage_2 = { icon = GFX_situation_stage_2 end = 6 }
		stage_3 = { icon = GFX_situation_stage_3 end = 9 }
		stage_4 = { icon = GFX_situation_stage_4 end = 10 }
	}
	on_complete = {
		owner = {
			set_country_flag = xenomorph_voidbrood_adaptation_complete
			country_event = { id = xeno_voidbrood.100 }
		}
	}
}

situation_xenomorph_dragon_genome_study = {
	picture = GFX_evt_space_dragon
	category = positive
	start_value = 0
	complete_value = 100
	monthly_progress = {
		base = 1
		modifier = {
			add = 2
			has_country_flag = xenomorph_has_dragon_tissue_sample
		}
	}
	stages = {
		stage_1 = { icon = GFX_situation_stage_1 end = 25 }
		stage_2 = { icon = GFX_situation_stage_2 end = 50 }
		stage_3 = { icon = GFX_situation_stage_3 end = 75 }
		stage_4 = { icon = GFX_situation_stage_4 end = 100 }
	}
	on_complete = {
		owner = {
			set_country_flag = xenomorph_dragon_genome_study_complete
			country_event = { id = xeno_draconic.100 }
			country_event = { id = xeno_draconic.500 }
		}
	}
}
